home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / earcd / misc / emu / arosdev.lha / AROS / README < prev    next >
Text File  |  1997-02-07  |  3KB  |  82 lines

  1. Short: AROS - Amiga Replacement OS
  2. Author:   Aaron "Optimizer" Digulla (digulla@aros.fh-konstanz.de) and many others
  3. Uploader: Aaron "Optimizer" Digulla (digulla@aros.fh-konstanz.de)
  4. Version:  1.10
  5. Type:      misc/emu
  6.  
  7. New this time:
  8. - Bugfixes
  9. - Worked on docs
  10. - Many (50+) new functions in c.lib and amiga.lib
  11. - Big endian IO functions in aros.library
  12. - Amiga native and Linux/m68k versions. Amiga is still alpha.
  13. - A *pre* alpha of VBCC with i386 support. This is only loosely
  14.     connected to AROS. See the README in the directory
  15.     \filename{AROS/compiler/vbcc/}.
  16. - iffparse.library completed
  17. - Exec 90% completed, DOS 50% completed, Graphics 15%, Intuition 25%.
  18.     All in all 30% of the whole work is completed.
  19. - Uses now shares libs on Unix to make it smaller
  20.  
  21. HOW TO USE THIS
  22. ---------------
  23.  
  24. There are two archives:
  25.  
  26.     AROSdev-$x.$y.lha
  27.     AROS-$a-$b-$x.$y.lha
  28.  
  29. $x is the major and $y is the minor release, $a is the system and $b is
  30. the CPU this archive is for, ie.
  31.  
  32.     AROS-linux-i386-1.10b.lha
  33.  
  34. Is the binary archive for linux with Intel CPU (386 and above). The version is
  35. 1.10 and it's a beta.
  36.  
  37. If you are not involved with developing AROS but want to try it out or
  38. (even better) want to write apps for AROS, get the binary archive. It
  39. contains a ready-to-use copy of all binaries for AROS (not that there
  40. were many, yet ... :-). Unpack the archive, cd into AROS and run
  41. the arosshell (NOTE: For some systeme, there are shared versions of the
  42. libs to save disk space. On these systems, you must tell the loader to
  43. look into AROS/lib for additional libs. On linux, do "export
  44. LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH" (without the "")).
  45.  
  46. Now you will get a prompt reading "Workbench:> ". Now type "dir all" and
  47. press return and doesn't it look familiar (There will be lots of debugging
  48. output which you can savely ignore. It will go away in the next versions) ?
  49. Try "demowin" to see what our intuition.library and graphics.library can
  50. do. Have you tried "sift" ? This is the AROS version of sift.c which is in
  51. the RKRMs. We just copied and compiled it and it works ! If you want to try
  52. it, copy any IFF file into the AROS directory and call sift with the
  53. name of that file. It will print you the contents of the file using
  54. iffparse.library !
  55.  
  56. WHERE TO FIND MORE INFOS ?
  57. --------------------------
  58.  
  59. Look at these pages on WorldWideWait:
  60.  
  61.     http://www.lysator.liu.se/amiga/aros/ (Sweden Mirror)
  62.     http://aros.fh-konstanz.de/~digulla/ (German Mirror)
  63.  
  64. If you have FTP, you can also get the most recent version as tar.gz files
  65. from
  66.  
  67.     ftp://aros.fh-konstanz.de/pub/aros/
  68.  
  69. This software is subject to the "Standard Amiga FD-Software Copyright Note".
  70. It is MAILWARE as defined in paragraph 4s.
  71. If you like it and use it regularly please send a message to the
  72. following address:
  73.  
  74.     Aaron "Optimizer" Digulla
  75.     Th.-Heuss-Str. 8
  76.     78467 Konstanz
  77.     Germany
  78.  
  79.     EMail: digulla@aros.fh-konstanz.de
  80.  
  81. For more information please read "AFD-COPYRIGHT" (Version 1 or higher).
  82.